StopResponse

data class StopResponse(profile: Profile)

Represents response frame that is returned from Profiler#stop operation call.

See also

Constructors

StopResponse
Link copied to clipboard
fun StopResponse(profile: Profile)

Properties

profile
Link copied to clipboard
val profile: Profile
Recorded profile.

Sources

jvm source
Link copied to clipboard